From e89db9e7debceb2d29815eb5e31939a4cc708a41 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 Jun 2026 04:55:00 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-06-13 -> 0-unstable-2026-06-28 --- 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 37abf02a03fb..381be3a7075d 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-13"; + version = "0-unstable-2026-06-28"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "238a88e92b092215dd0cbdc33da6f5e4385ccfb2"; - hash = "sha256-dROUYWxpefM+2SuK/vcnPDnwdh9LH6oGoadGrz+gGJk="; + rev = "3b319699318731d6d1900ba4b65e2c8c47774631"; + hash = "sha256-JcsYRV1T9Fpi7w0MB57IonhOG6CPCcejhx64ls4+Aqw="; fetchSubmodules = true; };