Skip to content

Commit ed63995

Browse files
committedMar 17, 2025
libretro.beetle-psx: 0-unstable-2025-01-10 -> 0-unstable-2025-03-16
1 parent a9cef39 commit ed63995

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-2025-01-10";
11+
version = "0-unstable-2025-03-16";
1212

1313
src = fetchFromGitHub {
1414
owner = "libretro";
1515
repo = "beetle-psx-libretro";
16-
rev = "60cf49e94e65d4023d93718161dc03b9e24da47a";
17-
hash = "sha256-EFiLF/5zcoPFnzozEqkXWOEjx3KCgRoixYXqN9ai7qc=";
16+
rev = "d4a2ce15eea2e93ba984d1800fe7151b14df0de4";
17+
hash = "sha256-Xq3NOH6rsuZQnifE0brX98okchKrLG7fB8eAgt+aK9A=";
1818
};
1919

2020
extraBuildInputs = lib.optionals withHw [

0 commit comments

Comments
 (0)
Failed to load comments.