From 27fec7746ed916b4977d8cf64e2b97ea95a3e24f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 13 May 2026 10:35:35 +0000 Subject: [PATCH] libretro.pcsx2: 0-unstable-2026-05-01 -> 0-unstable-2026-05-13 --- 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 9e30fa3e8da3..3c0ea798da93 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-05-01"; + version = "0-unstable-2026-05-13"; src = fetchFromGitHub { owner = "libretro"; repo = "ps2"; - rev = "1b048a1783263a0584e3f663fe46b1a6fd163ff9"; - hash = "sha256-5me+ETLmJrVmpkGi1TJ5LWiPp+AKiwHPl7AlG0cp+8o="; + rev = "2b9768b58e743b2e7586051e28896c98dc05fa4e"; + hash = "sha256-Du+Z0gF5y5a91/bCfSY7ohubSn4JaaWxB3fkO4aE6e8="; fetchSubmodules = true; };