Skip to content

Commit 7c2a9a4

Browse files
committedDec 10, 2024
libretro.beetle-psx: 0-unstable-2024-11-15 -> 0-unstable-2024-12-06
1 parent 9ad61cf commit 7c2a9a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/emulators/libretro/cores/beetle-psx.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
mkLibretroCore {
1010
core = "mednafen-psx" + lib.optionalString withHw "-hw";
11-
version = "0-unstable-2024-11-15";
11+
version = "0-unstable-2024-12-06";
1212

1313
src = fetchFromGitHub {
1414
owner = "libretro";
1515
repo = "beetle-psx-libretro";
16-
rev = "1068cb8dbd6f312664ecf5901625cab4a6533204";
17-
hash = "sha256-ioAnpz6OkHWPaYE0uTEvnHV+vGzq02bQ4oUP8jW6/YA=";
16+
rev = "dd9bad4ec6d5b5af4bad46d05be10d9e0dc7d876";
17+
hash = "sha256-ET8Uw+2t5p1JN8Mt3C2h2SbyFQkVoSudoXmqINYQ8ic=";
1818
};
1919

2020
extraBuildInputs = lib.optionals withHw [

0 commit comments

Comments
 (0)
Failed to load comments.