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

libretro.ppsspp: 0-unstable-2025-10-31 -> 0-unstable-2025-11-08 (#459774)

parents c1000de1 3546cbd9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2025-10-31";
  version = "0-unstable-2025-11-08";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "884ec9d16e39272d6f04ce6e7e202290ec31f45d";
    hash = "sha256-vC2GPK5hHjOUtoxG2rw2ESiAbTOsQRx8tDABxNjRkFw=";
    rev = "5646e471699de213b0fd30eecc50628322b0a8e2";
    hash = "sha256-TZqqABGy2smTsIScDKb4hMAyghyN8jW6RMba1o6/nNU=";
    fetchSubmodules = true;
  };