From 230ca6f245d37eb979832ed28dc9a91c1cda31cc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 28 May 2025 05:07:06 +0000 Subject: [PATCH] libretro.pcsx-rearmed: 0-unstable-2025-04-13 -> 0-unstable-2025-05-23 --- pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;