From 7d2d9272f5459a3eec3059ea889c3b637e7c749a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 9 Jul 2026 03:15:18 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-06-28 -> 0-unstable-2026-07-08 --- 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 381be3a7075d..0e19193f62dc 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-06-28"; + version = "0-unstable-2026-07-08"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "3b319699318731d6d1900ba4b65e2c8c47774631"; - hash = "sha256-JcsYRV1T9Fpi7w0MB57IonhOG6CPCcejhx64ls4+Aqw="; + rev = "0335e5e6a98a9578a2a2b6a7698905d706e4ca82"; + hash = "sha256-AE4IZ81Wrjn4g3BY9FEiIGOPQ5vRDUf7Jzo3lLwQqk4="; fetchSubmodules = true; };