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

libretro.play: 0-unstable-2025-05-02 -> 0-unstable-2025-05-09 (#407084)

parents 95c58e9d bc182309
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-05-02";
  version = "0-unstable-2025-05-09";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "2d2a3682695b0cfa49934f29a34adabbe9470db5";
    hash = "sha256-yPFeVSK3yUhD0e7/7WftMJ3hx3ZAOMhB8zuYJ3uKwZY=";
    rev = "96d27505b8332bac1bac7b8f02c049b1cc0ca800";
    hash = "sha256-dX8aH5zGcrCJc/hG/4Yfzv/O2jy8h+HB8pVwI3qPXEY=";
    fetchSubmodules = true;
  };