Commit 414974a4 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.gpsp: 0-unstable-2025-01-20 -> 0-unstable-2025-08-21

parent 2e6aeede
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "gpsp";
  version = "0-unstable-2025-01-20";
  version = "0-unstable-2025-08-21";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "gpsp";
    rev = "b0d5d27ae51c23f514974ddffa5760f1e1d05d9b";
    hash = "sha256-e2U1xEshoPJlaVUEbqNZIayNaSdDC65hE1VrvxvQSx0=";
    rev = "143b0abb02a6ff501757674c9fdf47e0fcd7cbd3";
    hash = "sha256-XdcoM0hzVvuZZn7kXh1X8HSUGGEm/0Uqh7du7nx4sIE=";
  };

  makefile = "Makefile";