diff --git a/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix b/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix index 7dc31a0a0e86..ec7e3909c091 100644 --- a/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix +++ b/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "pcsx-rearmed"; - version = "0-unstable-2025-04-13"; + version = "0-unstable-2025-05-23"; src = fetchFromGitHub { owner = "libretro"; repo = "pcsx_rearmed"; - rev = "febf2246848efb8937ab24c562bba20107bb46f0"; - hash = "sha256-1mnPYr5A6KmZXXbvkE9XkZiCjx/y0Y9/Ed34LQHDbvE="; + rev = "6365a756c02d25c76bf90c78e42316b46f876c49"; + hash = "sha256-7bL+3+AfbN9FBhMaF8FzZhGZ0OgKGCT+M/5KVYd9Tt0="; }; dontConfigure = true;