From 34e775281ff154944be82817ef3c8b8c75db7203 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Mar 2026 11:45:17 +0000 Subject: [PATCH] libretro.pcsx-rearmed: 0-unstable-2026-02-23 -> 0-unstable-2026-03-08 --- 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 d384815bca0f..f2cb5e2556a4 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-2026-02-23"; + version = "0-unstable-2026-03-08"; src = fetchFromGitHub { owner = "libretro"; repo = "pcsx_rearmed"; - rev = "5a8cedf59569a9f99caf5fda3b6d0b46a5d376a4"; - hash = "sha256-orGU73BWcLaT2CqbdWZAT+5YOYSIb+0b1L4zQVGFZs0="; + rev = "6eb679d064a1efe92af79fe9970c0591c8da02d4"; + hash = "sha256-InGMQTGCnbRMLQE5GVDF3aqnH0NY9EjDgJHoh00KGDk="; }; dontConfigure = true;