From 09850cefd24856d6e9b39e8e2d0475b8c8414651 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Jun 2026 13:46:53 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-05-25 -> 0-unstable-2026-06-03 --- pkgs/applications/emulators/libretro/cores/ppsspp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index a90a17f7bb5f..6fdbaf6acbd7 100644 --- a/pkgs/applications/emulators/libretro/cores/ppsspp.nix +++ b/pkgs/applications/emulators/libretro/cores/ppsspp.nix @@ -13,13 +13,13 @@ }: mkLibretroCore { core = "ppsspp"; - version = "0-unstable-2026-05-25"; + version = "0-unstable-2026-06-03"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "68296a4f75cc3c30b39ea6e82dac8c4e83fd41a4"; - hash = "sha256-mME2g2a1HLGsby2ZV5S/brYAeHBhBCIUF5plQMQWLac="; + rev = "c9bededa26315b0a7564f72821ce61a5420c79b4"; + hash = "sha256-bm83QjqhyployW+LzC3/AvR6qgEF9DpQrDqRAtI+4dU="; fetchSubmodules = true; };