libretro.ppsspp: 0-unstable-2026-01-04 -> 0-unstable-2026-01-10

This commit is contained in:
R. Ryantm
2026-01-12 01:18:25 +00:00
parent b5ed4acb2d
commit 7c079a4962
@@ -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;
};