Skip to content

Commit 9622766

Browse files
committedMar 5, 2025
libretro.play: 0-unstable-2025-01-11 -> 0-unstable-2025-02-28
1 parent 1eeeaa0 commit 9622766

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/emulators/libretro/cores

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/emulators/libretro/cores/play.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}:
1515
mkLibretroCore {
1616
core = "play";
17-
version = "0-unstable-2025-01-11";
17+
version = "0-unstable-2025-02-28";
1818

1919
src = fetchFromGitHub {
2020
owner = "jpd002";
2121
repo = "Play-";
22-
rev = "b35ef5663b809a449a4c89f6e9808fd0a63e7e49";
23-
hash = "sha256-P3R8gV4LxorfW0qo8HVOZunK58+/SO5pvlmij/HlnKw=";
22+
rev = "43e373a54002578199c220e4a5a95603110b1d2d";
23+
hash = "sha256-zhpqzNY3fJZ4xO6QoM2/5EyH0GHDGflJigKQuB2k7Q0=";
2424
fetchSubmodules = true;
2525
};
2626

0 commit comments

Comments
 (0)
Failed to load comments.