From 25e2255122e54c17b4319cadae044b988ccc1597 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 4 May 2026 19:29:15 +0000 Subject: [PATCH] libretro.pcsx2: 0-unstable-2026-02-06 -> 0-unstable-2026-05-01 --- pkgs/applications/emulators/libretro/cores/pcsx2.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/pcsx2.nix b/pkgs/applications/emulators/libretro/cores/pcsx2.nix index b1988c18b55e..9e30fa3e8da3 100644 --- a/pkgs/applications/emulators/libretro/cores/pcsx2.nix +++ b/pkgs/applications/emulators/libretro/cores/pcsx2.nix @@ -11,13 +11,13 @@ }: mkLibretroCore { core = "pcsx2"; - version = "0-unstable-2026-02-06"; + version = "0-unstable-2026-05-01"; src = fetchFromGitHub { owner = "libretro"; repo = "ps2"; - rev = "416291ad7dc3caf5df4501c9249cbbe30cbef811"; - hash = "sha256-rdrUsrezAfsbR7xd6ykIjB8cc4USUQcOMJV5mxbVn2o="; + rev = "1b048a1783263a0584e3f663fe46b1a6fd163ff9"; + hash = "sha256-5me+ETLmJrVmpkGi1TJ5LWiPp+AKiwHPl7AlG0cp+8o="; fetchSubmodules = true; };