From 7c079a49620c1d183a8e2e2c8d4f049378f19cb3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 12 Jan 2026 01:18:25 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-01-04 -> 0-unstable-2026-01-10 --- 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 5d7c6373ae21..a0eb9af8c041 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-01-04"; + version = "0-unstable-2026-01-10"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "6c0aff3a28b8c1ee97e1346d0b2404179ce5e5c0"; - hash = "sha256-X/d3qGpdTJx7r6qtW2P/l7COMsv4oJ1nqjZC0QRLYiQ="; + rev = "3f3b353350aae4f9584070c793bf19983886d910"; + hash = "sha256-VFAs6bmMWRn737nfRd98vcFJkVQ6Z580COUmgl2aOY0="; fetchSubmodules = true; };