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

libretro.nestopia: 0-unstable-2026-02-28 -> 0-unstable-2026-04-02 (#506390)

parents 43c9d53f 12f11445
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "nestopia";
  version = "0-unstable-2026-02-28";
  version = "0-unstable-2026-04-02";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "nestopia";
    rev = "c0ae3bcbe78a1a21a20384b96b70774cc165d2c2";
    hash = "sha256-T4SC2yH/il6fjYd+4cWK4c+VqHMBc0uR3sXzPF6Z4O0=";
    rev = "b0fd87dd07e3c52903435d302b04e5e97796f127";
    hash = "sha256-OQcjGCAwXQEiWKYldKgOzMwIJcWTR308v+0OcuzFTo8=";
  };

  makefile = "Makefile";