From 979c414a3f0c62b9d8d9f7b7fdb846f856bb1fff Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 18:02:45 +0000 Subject: [PATCH] libretro.beetle-psx: 0-unstable-2024-11-15 -> 0-unstable-2025-01-10 --- pkgs/applications/emulators/libretro/cores/beetle-psx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-psx.nix b/pkgs/applications/emulators/libretro/cores/beetle-psx.nix index aebe33c49013..7a3a5c6a5bb6 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-psx.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-psx.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "mednafen-psx" + lib.optionalString withHw "-hw"; - version = "0-unstable-2024-11-15"; + version = "0-unstable-2025-01-10"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-psx-libretro"; - rev = "1068cb8dbd6f312664ecf5901625cab4a6533204"; - hash = "sha256-ioAnpz6OkHWPaYE0uTEvnHV+vGzq02bQ4oUP8jW6/YA="; + rev = "60cf49e94e65d4023d93718161dc03b9e24da47a"; + hash = "sha256-EFiLF/5zcoPFnzozEqkXWOEjx3KCgRoixYXqN9ai7qc="; }; extraBuildInputs = lib.optionals withHw [