Unverified Commit a98ec983 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.ppsspp: 0-unstable-2026-03-02 -> 0-unstable-2026-03-10 (#498660)

parents b9fbc46c 938d7686
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2026-03-02";
  version = "0-unstable-2026-03-10";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "6df47225dd38ff33f1b518d79127a8b4ea3ea851";
    hash = "sha256-yW2/eMAT72wiPyAIzCs/FKFNpUp11VOkjm6slmjvZ38=";
    rev = "ab1ee21996b78aaac1f82baa390990c8ce9a9936";
    hash = "sha256-mzK+ADPTFCxiPxQDw8CtwJEW0nrX+ozUosV0N/jeMHk=";
    fetchSubmodules = true;
  };