diff --git a/pkgs/applications/emulators/libretro/cores/beetle-psx.nix b/pkgs/applications/emulators/libretro/cores/beetle-psx.nix index 6c9482c058a0..bd12b347cf71 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-2025-12-28"; + version = "0-unstable-2026-01-02"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-psx-libretro"; - rev = "b923925b4ec924d3b2051298ae9eb3ae654d99db"; - hash = "sha256-zwCDU94vixCQwVK7fLCdLobizt0nCf/0ZzkUaQLnYDs="; + rev = "3ca0580ec7b49260559eb8d5dd771f7a8924cdbd"; + hash = "sha256-JRyEV4yGiu3Xkinvte88U3gHYeHvlyMTJFXdVah9ocs="; }; extraBuildInputs = lib.optionals withHw [