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

libretro.play: 0-unstable-2025-08-25 -> 0-unstable-2025-09-12 (#443452)

parents 64c77755 2a3cfd6d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
  core = "play";
  version = "0-unstable-2025-08-25";
  version = "0-unstable-2025-09-12";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "fe54d0a413f8e7268bc8a321e691a562edd6b257";
    hash = "sha256-d+bVkM8BsZ9eiHaSNCC4b156EjOqyQn93lOyy6FLbks=";
    rev = "19b3995e6d09d9cbd4de9871ad94ea183ca53a6e";
    hash = "sha256-6oZIZFnB2S7u4xxrOAfDPiql0biiXRMGD1iiPhFgCWc=";
    fetchSubmodules = true;
  };